func bytes.trimLeftASCII
3 uses
bytes (current package)
bytes.go#L992: return trimLeftASCII(trimRightASCII(s, &as), &as)
bytes.go#L1011: return trimLeftASCII(s, &as)
bytes.go#L1027: func trimLeftASCII(s []byte, as *asciiSet) []byte {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)